.picture{
	width: 1200px;
        margin:0px auto;
}
.picture img{
	width: 100%;
       height: 60%;
}
#container{
	background-color: #eee;
	padding-top: 50px;
	padding-bottom: 50px;
}
#container .con_box{
    width: 1200px;
    margin: 0 auto;
}
.main_title{
    height: 45px;
    line-height: 45px;
    background: #e0dbd5;
    color: rgb(51, 51, 51);
}
.main_title div{
	width: 1200px;
	margin: 0 auto;
}
.main .right{
	margin-top: 30px;
}
.product_list{
	margin-bottom: 50px;
}
.product_list .product_img{
	float: left;
	padding: 15px;
	text-align: center;
	margin: 9px;
	position: relative;
}
.product_img i{
	position: absolute;
	bottom: -10px;
	width: 90px;
	left: 8px;
}
.product_list .product_img:hover{
	cursor: pointer;
}
.product_list .product_img p{
	text-align: center;
	margin:20px auto;
}
.product_img div{
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #fff;
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.style_list{
	margin-bottom: 25px;
	position: relative;
}
.style_list .style_title{
	font-size: 21px;
	background: #cd9b3f;
	color: #fff;
	margin-top: 20px;
	padding:5px;
	font-family: "Microsoft YaHei";
	padding:5px 5px 5px 30px;
        border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.style_list .box_img{
	height: 150px;
	background: #fff;
}
.product_img img{
	width: 50px;
	margin-left: 20px;
}
.submit {
   text-align: center;   
}
.submit input{
    background-color: #cd9b3f; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 15px;
    width:260px;
    cursor: pointer;
}
.product_img input{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:-33px;
}
/*表盘*/
.biaopan{
	width: 400px;
}
.biaopan img{
	width: 90px;
	height: 90px;
	margin: 0;
	border:1px solid #ccc;
}
img[src=""],img:not([src]){
        opacity:0;
}
.product_list .biaopan{
	text-align: left;
}
#chooseImage{
        border:none;
        margin-left: 200px;
}
.del{
	display: none;
	width: 90px;
	height: 20px;
	background: #ccc;
	border-radius: 15px;
	text-align: center;
	margin-top: 5px;
}